home *** CD-ROM | disk | FTP | other *** search
-
- When I used "UnD64" to convert .D64 files used by C64S (a C64 emulator for
- MS-DOS) back into separate files, the filenames were always screwed. UnD64
- expanded the filenames into 16chars, adding spaces in the end. So
- multipart games no longer found their data files.
-
- This program renames all files in some directory like this:
- "ad1 " --> "ad1"
-
- Just run the program to see the usage.
-
- Programmed using ACE Basic. Wonderful language for small nice utils.
-
- This program needs "list" and "resident"-commands somewhere in command
- path, and "rename"-command in "c:". The program is basically just a big,
- slow, glorified script :-) but I don't know AREXX so this was the easiest
- way.
-